Replace `iff' in doc-strings and comments.
authorGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:23:19 +0000 (07:23 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:23:19 +0000 (07:23 +0000)
lisp/term/sun-mouse.el
lisp/term/tvi970.el

index 280bfb670814d6ba06edcdd109804e34f61a5a21..65ebe193c7119da67f37a8a1f6d01ccbf16b7483 100644 (file)
@@ -230,7 +230,7 @@ Handles wrapped and horizontally scrolled lines correctly."
 
 
 (defun minibuffer-window-p (window)
-  "True iff this WINDOW is minibuffer."
+  "True if this WINDOW is minibuffer."
   (= (frame-height)
      (nth 3 (window-edges window))     ; The bottom edge.
      ))
index 4af21f085221b191eb8b9414591f05b8cedccd8a..1c0bda519ac69118687c567693b0e5428dfe867f 100644 (file)
 \f
 ;;; Should keypad numbers send ordinary digits or distinct escape sequences?
 (defvar tvi970-keypad-numeric nil
-  "The terminal should be in numeric keypad mode iff this variable is non-nil.
-Do not set this variable!  Call the function ``tvi970-set-keypad-mode''.")
+  "Non-nil means the terminal should be in numeric keypad mode.
+Do not set this variable!  Call the function `tvi970-set-keypad-mode'.")
 
 (defun tvi970-set-keypad-mode (&optional arg)
   "Set the current mode of the TVI 970 numeric keypad.